home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / funnyquest.swf / scripts / frame_51 / DoAction.as
Text File  |  2007-10-01  |  224b  |  13 lines

  1. var bg_sound = new Sound(this);
  2. bg_sound.attachSound("bgm");
  3. bg_sound.onSoundComplete = function()
  4. {
  5.    bg_sound.start();
  6. };
  7. if(isLogin != "1")
  8. {
  9.    resume_btn._visible = false;
  10. }
  11. var resumeMode = false;
  12. stop();
  13.